projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b0d476
)
range: Properly indent closing brace
author
Timm Bäder
<mail@baedert.org>
Sun, 22 May 2016 06:24:46 +0000
(08:24 +0200)
committer
Timm Bäder
<mail@baedert.org>
Mon, 30 May 2016 17:15:49 +0000
(19:15 +0200)
Make sure it's obvious what if block it belongs to.
gtk/gtkrange.c
patch
|
blob
|
history
diff --git
a/gtk/gtkrange.c
b/gtk/gtkrange.c
index 3b9efce433748b8a21fa9c5f96b44c6751d78e5f..2ded1b802cfbfbed423cc3488fe2fcdf68ba72cd 100644
(file)
--- a/
gtk/gtkrange.c
+++ b/
gtk/gtkrange.c
@@
-1990,7
+1990,7
@@
gtk_range_allocate_trough (GtkCssGadget *gadget,
highlight_alloc.x = slider_alloc.x + slider_alloc.width / 2;
highlight_alloc.width = allocation->x + allocation->width - highlight_alloc.x;
}
- }
+
}
else
{
if (!should_invert (range))